home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / check.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  78 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Standards Checker 
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : John Foreman
  7. --                   : Texas Instruments, Inc.
  8. --                   : P.O. Box 801, MS 8007
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731 
  12. -- COPYRIGHT         : (c) 1985 Texas Instruments, Inc
  13. -- DATE CREATED      : 13 December 1984
  14. -- DATE RELEASED     : 1 March 1985
  15. -- DATE LAST UPDATED : 
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : 
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  20. -- CATEGORY LEVEL 2  : STANDARDS
  21. -- CATEGORY LEVEL 3  : Standards Checker 1
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : Ada Style
  25. -- INDEX             : Style, Ada
  26. -- INDEX             : Style Checker
  27. -- INDEX             : Checker, Style
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : WIS_TOOL_08_1
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.STYLE>CHECK*.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.STYLE>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   CHECK.ABS              1712          38
  38. --   CHECK.CM2               567          20
  39. --   CHECK.CMM              1404          38
  40. --   CHECK.DOC             17475         884
  41. --   CHECK.PRO              3564          74
  42. --   CHECK.SRC            413277       10237
  43. --   CHECK.TST            117647        3036
  44. --   CHECKRD.ME             4080         171
  45. --   ===============  ==========  ==========
  46. --     8 Files            559726       14498
  47. --= ABSTRACT             ===============================================--
  48. --         The style checker will examine an Ada program and try to  pick
  49. -- pieces of the program which follow incorrect style conventions.  These
  50. -- conventions themselves will be determined  by  a  file  of  parameters
  51. -- which  can  be editted to "tailor" the style to local (or contractual)
  52. -- conventions.
  53. --= REVISION HISTORY     ===============================================--
  54. --
  55. -- DATE         VERSION AUTHOR                  HISTORY 
  56. -- 03/01/85       1.0   John Foreman            Initial Release
  57. --= RELEASE NOTICE       ===============================================--
  58. -- This prologue must be included in all copies of this software.
  59. -- 
  60. -- This software is copyright by the author.
  61. -- 
  62. -- This software is released to the Ada community.
  63. -- This software is released to the Public Domain (note:
  64. --   software released to the Public Domain is not subject
  65. --   to copyright protection).
  66. -- Restrictions on use or distribution:  NONE
  67. --= DISCLAIMER           ===============================================--
  68. --     This software and its documentation are provided "AS IS" and
  69. -- without any expressed or implied warranties whatsoever.  No warranties
  70. -- as to performance, merchantability, or fitness for a particular
  71. -- purpose exist.
  72. --     The user is advised to test the software thoroughly before
  73. -- relying on it.  The user must assume the entire risk and liability of
  74. -- using this software.  In no event shall any person or organization of
  75. -- people be held responsible for any direct, indirect, consequential or
  76. -- inconsequential damages or lost profits.
  77. --======================================================================--
  78.